Contribution org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib--commandTester
org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib
inside nuxeo-platform-commandline-executor-5.8.jar
This contribution is part of XML component Documentation
Simple default tester that only checks for command existence in the system path.
Extension Point
Extension point commandTester of component CommandLineExecutorComponent.Contributed Items
XML Source
<extension point="commandTester" target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent">
<documentation>
Simple default tester that only checks for command existence in the system path.
</documentation>
<commandTester class="org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.SystemPathExistTester" name="SystemPathTester">
</commandTester>
</extension>